Class DatensatzabweisungCtp


  • public class DatensatzabweisungCtp
    extends java.lang.Object
    Uebermittlung der festgestellten Kernprueffehler.

    Java-Klasse für Datensatzabweisung_Ctp complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType name="Datensatzabweisung_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Dateifolgenummer_Original" type="{SV-Basis://XMLSchema/1.0}Dateinummer_Stp"/>
             <element name="Kernpruefung" type="{SV-Basis://XMLSchema/1.0}Kernpruefung_Ctp" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dateifolgenummerOriginal

        protected int dateifolgenummerOriginal
    • Constructor Detail

      • DatensatzabweisungCtp

        public DatensatzabweisungCtp()
    • Method Detail

      • getDateifolgenummerOriginal

        public int getDateifolgenummerOriginal()
        Ruft den Wert der dateifolgenummerOriginal-Eigenschaft ab.
      • setDateifolgenummerOriginal

        public void setDateifolgenummerOriginal​(int value)
        Legt den Wert der dateifolgenummerOriginal-Eigenschaft fest.
      • getKernpruefung

        public java.util.List<KernpruefungCtp> getKernpruefung()
        Gets the value of the kernpruefung property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the kernpruefung property.

        For example, to add a new item, do as follows:

         getKernpruefung().add(newItem);
         

        Objects of the following type(s) are allowed in the list KernpruefungCtp

        Returns:
        The value of the kernpruefung property.